Skip to content

Add support for paragraph like editor.#675

Open
Mati365 wants to merge 14 commits into
masterfrom
ck/9933
Open

Add support for paragraph like editor.#675
Mati365 wants to merge 14 commits into
masterfrom
ck/9933

Conversation

@Mati365
Copy link
Copy Markdown
Member

@Mati365 Mati365 commented May 18, 2026

🚀 Summary

Add support for paragraph like editor.


📌 Related issues

Comment thread src/multiroot/EditorEditable.tsx
Comment thread src/ckeditor.tsx Outdated
Comment thread src/multiroot/EditorEditable.tsx
Comment thread src/multiroot/useMultiRootEditor.tsx Outdated
Comment thread src/multiroot/useMultiRootEditor.tsx Outdated
Comment thread src/multiroot/useMultiRootEditor.tsx Outdated
Comment thread src/multiroot/useMultiRootEditor.tsx Outdated
Comment thread src/multiroot/useMultiRootEditor.tsx
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit fa99632. Configure here.

...rootOptions
}: AddRootOptions
) => {
const { instance } = await semaphore.current!.waitFor();
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

addRoot await never completes

Medium Severity

addRoot and removeRoot await waitFor(), which only resolves via runAfterMount on the current semaphore. If that semaphore is replaced or mount is skipped before init, queued callbacks are dropped and the returned promise never settles, leaving callers stuck indefinitely.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit fa99632. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant